@charset "UTF-8";
/* CSS Document */
.philosophyArea{
	padding: 40px 0 50px;
}
.philosophyArea .inner{
	max-width: 900px;
	padding-bottom: 50px;
}
.h2Area {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.h2Area h2 {
	width: 660px;
	margin: auto;
	background-color: #FF7C64;
	border-radius: 50px;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.h2Area:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	border-bottom: 3px dotted #FF7C64;
	z-index: -1;
}
.philosophyArea .inner h3{
	padding: 25px 0 20px;
	font-size: 25px;
	font-weight: bold;
    color: #d75e4f;
	text-align:center;
}
.philosophyArea .inner .txt01{
	padding: 25px 0 50px;
}
.philosophyArea .inner .txt02{
	padding: 25px 0 20px;
	font-size: 17px;
	font-weight: bold;
	text-align:center;
}
.philosophyArea dl {
	padding: 20px 0 20px 30px;
	border-bottom: 1px dotted;
}
.philosophyArea dl dt {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 1000px){
}
@media screen and (max-width: 767px){
	.philosophyArea {
		padding: 40px 0 20px;
	}
	.philosophyArea .inner{
		padding: 0 5vw 20px;
    }
	.h2Area {
		margin-bottom: 30px;
	}
	.h2Area h2 {
		width: 280px;
		padding: 12px 0;
		font-size: 16px;
	}
	.h2Area:after {
		top: 20px;
	}
	.philosophyArea .inner h3 {
        font-size: 4.2vw;
    }
	.philosophyArea dl{
		padding: 14px 10px 14px 10px;
	}
	.philosophyArea dl dt{
		font-weight: bold;
		font-size: 17px;
		padding-bottom: 5px;
	}
	.philosophyArea dl dd {
		font-size: 13px;
	}
}
